Welcome![Sign In][Sign Up]
Location:
Search - java jsp sql

Search list

[OtherJsp_mysql_sql2000

Description: sql server 2000 连接池成功之例 Mysql 连接池成功之例 详细的配置: server.xml web.xml-sql server 2000 connection pool of cases of successful Mysql connection pool of cases successfully detailed configuration: server.xml web.xml
Platform: | Size: 26624 | Author: 老季 | Hits:

[Other Web CodeExtTest

Description: 一个基于ext的ajax小例子,包括从前台到后台的完整调用。 前台是jsp加上ext的框架。 后台是hibernate-annotations和spring以及dwr的组合。 顺便演示了一下用servlet来返回json数据给ext框架的方式。 在grid的演示部分,包括了分页的数据调用和如何处理来自于dwr的数据(dwr的部分和官方网站公布的方法一样) 以及grid的事件处理。 实例的源代码中没有包括jar包,如果需要运行,请根据jar.jpg所显示的jar包添加。 数据库部分请根据create.sql来生成。-Ext based on the ajax small example, including from the front desk to call a complete background. Jsp front is coupled with the framework ext. The background is the hibernate-annotations and a combination of spring and the DWR. Demonstrated the way you use servlet to return json data to the ext framework approach. In the grid demo, including the paging data call and how to deal with data from DWR (dwr part, and the official website announced the same way), as well as grid deal with the incident. Examples of the source code does not include jar package, if you need to run, please jar.jpg shown under the package to add jar. Database requested in accordance with create.sql to generate.
Platform: | Size: 494592 | Author: 阿飞 | Hits:

[JSP/Java21

Description: 1、在Eclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project; 2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscript.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据; 3、设置数据库连接配置,修改doc目录下的exam.xml文件,将其中的数据库用户名和密码设置为实际的用户名和密码; 4、将doc目录下的exam.xml文件拷贝到Tomcat的安装目录下的conf\Catalina\localhost文件夹下,并修改exam.xml文件中的docBase,将该值指向该工程目录,如"F:\jsp\21\WebRoot"; 5、确保Tomcat安装目录的common\lib下mysql-connector-java-3.0.16-ga-bin.jar类包文件,如果没有拷贝WebRoot\WEB-INF\lib目录下的mysql-connector-java-3.0.16-ga-bin.jar类包文件到Tomcat安装目录的common\lib下; 6、启动Tomcat,在浏览器输入http://localhost:8080/exam,使用账号s0001,密码s0001登陆,后台管理使用账号admin,密码dmin登陆。
Platform: | Size: 2760704 | Author: 张磊 | Hits:

[JSP/JavaCERPJava

Description: 使用resin3.0服务器, 默认情况下,jsp文件放到\doc\myside\examin\目录下. servlet类和在servlet类中使用的bean都放到\doc\WEB-INF\classes\目录下. jsp中使用的bean类放到\doc\WEB-INF\classes\examinline\目录下. 默认数据库桥接名为lineexamin sql数据库名是lineexamin,用户名是sa,密码是ruscn.net-Use resin3.0 server, by default, jsp file on docmysideexamin directory. Servlet in the servlet class and the bean class are put to use docWEB-INFclasses directory. Jsp use bean type on docWEB-INFclassesexaminline directory . lineexaminsql default database called bridge database were lineexamin, user name is sa, password is ruscn.net
Platform: | Size: 2425856 | Author: 汪敏 | Hits:

[Other Web CodeCodeLiner

Description: 可用于单个文件和整个目录的文件代码行统计,适用于Java,C,C++,Delphi,VB,C#,PB,SQL,ASP,JSP,PHP,Perl,ASM,JS,SHELL ,txt等编写的源程序文件,统计结果包括总代码行数, 代码行数, 注释行数和空行数及其所占的百分比,可将统计结果保存为PDF和TXT文件, 支持结果打印.适用于Linux,Windows系列操作系统. 请事先安装JRE1.4以上版本. 声明: 本软件为免费软件可以自由使用,传播, 但不得进行反编译等任何形式的侵权活动.-Can be used for a single file and the entire catalog of documents lines of code statistics, applied to Java, C, C++, Delphi, VB, C#, PB, SQL, ASP, JSP, PHP, Perl, ASM, JS, SHELL, txt such as the preparation of source documents, statistical results, including the total number of lines of code, code lines, comment lines and empty lines and the percentage of statistical results can be saved as PDF and TXT files, support for printing the results. applies to Linux, Windows family of operating systems. Please JRE1.4 above pre-installed version. Disclaimer: This software is free software can be free to use, dissemination, but not to decompile, such as any form of copyright infringement.
Platform: | Size: 1748992 | Author: quietheart | Hits:

[JSP/Javazhaopin

Description: jsp+javabean+servlet完成的人才招聘网,以sqlserver2000为数据库,是课程设计,毕业设计的很好选择。-jsp+ javabean+ servlet completed Recruitment network to SQL Server 2000 database is a curriculum design, graduate design a good choice.
Platform: | Size: 1835008 | Author: 李怀洲 | Hits:

[JSP/JavabsMana

Description: jsp servlet完成的毕业设计论文管理系统源代码,以sqlserver2000为数据库,是做毕业设计的不错的选择。-jsp servlet completed thesis graduation project management system source code to SQL Server 2000 database is designed to make graduates good choice.
Platform: | Size: 262144 | Author: 李怀洲 | Hits:

[Otheryunwangluntan

Description: 完整的一个论坛,安装方法如下: 1、系统环境要求: MySQL4.1以上版本,需配置为支持utf8连接方式 JDK1.5以上版本 Tomcat5.5以上版本 推荐在Windows上运行 2、安装好以上环境后,配置好虚拟目录,比如:配置好后的访问路径为http://localhost:8080/cwbbs/index.jsp 导入setup目录下的数据库文件cwbbs.sql 例:将cwbbs.sql拷贝至C盘根目录下 运行:mysql\bin\mysql -u root -p --default-character=utf8 mysql> source c:\cwbbs.sql 3、运行 http://localhost:8080/cwbbs/setup 按照操作向导一步一步进行,注意在配置时所有的路径中的"\",请用"/"替代 安装完成后请务必删除setup目录 4、管理员帐号:admin 密码:111111 管理员登录路径:http://localhost:8080/cwbbs/cms/index.jsp
Platform: | Size: 23600128 | Author: 陈诚 | Hits:

[SQL ServerJSP_SQL2005

Description: 随着SQL Server 2005数据库使用的普及,在Java 应用程序中使用基于Java Database Connectivity (JDBC)的驱动程序来访问SQL Server 2005数据库已经成为十分必要的工作。特别是随着XML成为工业标准,越来越多的Java应用程序趋向于使用XML配置文件。论文结合实例讲述了在JSP/Servlet中使用JDBC驱动及XML配置文件访问SQL Server 2005数据库的典型应用方式。-err
Platform: | Size: 162816 | Author: hphpever | Hits:

[JSP/Javashnetwork

Description: 基于struts+hibernate的Blog和多功能电子通讯录和留言板,实现分页显示,可自由随时上传、选择图片,回复等功能,实现增删改。数据库:sql 2000.运行环境:myeclipse 6.0.1 tomcat6.0(当然其他版本也行的)在jsp上有少许代码 美工还行(如不满意可在.CSS上改),这是一个很好的例子,希望对下载者能有所帮助-Based on struts+ Hibernate the Blog and multi-function electronic address book and message board, realize paging indicates that at any time be free to upload, select the pictures, back and other features, additions and deletions to realize. Database: sql 2000. Runtime Environment: myeclipse 6.0.1 tomcat6.0 (of course, other versions also line) in the jsp on art also has a few code lines (for example, may be dissatisfied with. CSS on change), this is a very good example, in the hope that those who download, can be helped
Platform: | Size: 2836480 | Author: 陈早勤 | Hits:

[SQL Serverplane

Description: 一个用jsp喝sql做的航空订票系统,具有订票,退票,查询等功能。-Jsp drink a sql to do with the air booking system with booking, refunds, inquiries and other functions.
Platform: | Size: 1968128 | Author: 飞驰 | Hits:

[JSP/Javabay_eshop20060404

Description: 全面的JSP+JAVABEAN+SQL的电子商城实例,整站包括前台,后台及购物车的结算功能等全部齐全-Comprehensive JSP+ JAVABEAN+ SQL examples of e-mall, the entire station, including front desk, background and shopping cart features, such as clearing all the complete
Platform: | Size: 1615872 | Author: 单位是我 | Hits:

[Database systemJ2EE_mzhjxt

Description: 基于J2EE的门诊划价系统 目 录 第1章 绪论 1 1.1 引言 1 1.2 概述 2 1.2.1 简要概述 2 1.2.2 目标 3 1.2.3 条件或限制 3 1.3 J2EE概述 3 第2章 系统运行的必要环境 6 2.1 J2EE运行环境的要求 6 2.1.1 对硬件条件和操作系统的要求 6 2.1.2 对软件环境的要求 6 2.2 安装和配置JDK 7 2.3 Eclipse的下载和安装 8 2.4 安装和配置JBoss 8 2.5 Lomboz的下载、安装和配置 8 2.6 Microsoft SQL Server 的配置 12 第3章 系统分析与设计思想 13 3.1 系统功能分析 13 3.2 系统设计思想 14 3.2.1 数据库层-逻辑层-表示层三层结构 14 3.2.2 与数据库的连接 14 第4章 系统实现与详细设计 15 4.1 数据库设计 15 4.1.1 设计思路 15 4.1.2 表的设计 15 4.2 逻辑层的设计 16 4.2.1 逻辑层包结构设计 16 4.2.2 与数据库建立连接类DBMananger 17 4.2.3 模块分析 19 4.3 表达层的设计 20 4.3.1 表达层的设计概述 20 4.3.2 表达层中使用的几个主要的JSP对象 21 4.4系统功能实现 22 第5章 设计总结 25 致谢 26 参考文献 27 附录一 开题报告 28 附录二 任务书 32 附录三 设计实现的具体内容 -err
Platform: | Size: 1300480 | Author: 张虎 | Hits:

[JSP/JavaWebole

Description: 该源代码是关于一个博客网站的源码,其中所用到的技术和工具 hibernate框架 jsp技术 数据库sqlserver2000等-The source code is a blog site on the source, in which technology and tools used hibernate framework jsp technologies such as SQL Server 2000 database
Platform: | Size: 2302976 | Author: ygr | Hits:

[JSP/Javataobao

Description: 一个仿造淘宝的jsp网站。功能比较完善,数据库是sql-A replica of the jsp site Taobao. Function fairly complete, the database is sql
Platform: | Size: 10053632 | Author: zheng | Hits:

[Windows DevelopPublicTransportManagementSystem

Description: java,jsp连sql server 2000数据库练习开发-java, jsp even sql server 2000 database development practice
Platform: | Size: 235520 | Author: lixc | Hits:

[JSP/JavaEshop

Description: 网上购物系统,采用jsp环境开发。数据库是sql,也可以改用mysql,驱动在上面都有-shopping online,used java serve page。The database is sql server ,and also can ude mysql,the drive is all right!
Platform: | Size: 1044480 | Author: 陈猜 | Hits:

[JSP/Javaright_manage_system

Description: 本代码是一个权限管理系统源代码,其所使用的数据库为SQL Server 2000,其中包括开发文档。对于做一个系统的权限管理是一个非常好的参考源码。所采用的是jsp+javabean+sql server2000开发。对于学习很好。-This code is a rights management system source code, they use the database to SQL Server 2000, including the development of one of the document. For a system to do the rights management is a very good reference source. Are used in jsp+ javabean+ sql server2000 development. For a good study.
Platform: | Size: 10996736 | Author: bjxagu | Hits:

[JSP/Javabookstore

Description: 这个网上商城系统项目是我之前发过类似的一个大的整合,附带有SQL的数据库,直接可以运行的源码,供大家参考和学习,但是不希望有人拿着说是自己的东西,借鉴和学习还是可以的,本人发行的项目都是自己独立完成,我只希望有兴趣的朋友可以一起探讨,绝对原创,绝对实用,鄙视那些发的没有质量的源码,鄙视那些只会拿别人东西乱发的网友,联系作者yaorui19870714@163.com ,源码和数据库都有的项目近期也在整理中的一个ERP系统,采用 jsp+Struts+Spring+hibernate+Ajax+DWR技术整合和一个证券交易系统,请关注我的上载 --------姚锐 -A good project
Platform: | Size: 11823104 | Author: 姚锐 | Hits:

[JSP/Javaluntan

Description: JSP+SQL2005 MVC模式 下载后改DB.java类的SQL密码就可用。-JSP+SQL2005 MVC模式 下载后改DB.java类的SQL密码就可用。
Platform: | Size: 1388544 | Author: lin | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »

CodeBus www.codebus.net